Learn R Programming

DataSetsUni (version 0.1)

Stream Flow: The data set consists of stream flow amounts (1000 acre-feet) for 35 year

Description

The function allows to provide the stream flow amounts (1000 acre-feet) for 35 year (1936–70) at the U.S. Geological Survey (USGS) gaging station number 9-3425 for April 1–August 31 of each year.

Usage

data_streamflow

Value

Stream Flow gives the stream flow amounts (1000 acre-feet) for 35 year (1936–70) at the U.S.

Arguments

data_streamflow

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set consists of stream flow amounts (1000 acre-feet) for 35 year (1936–70) at the U.S. Geological Survey (USGS) gaging station number 9-3425 for April 1–August 31 of each year. Recently, it is used by Nawaz et al. (2020) and fitted the Kumaraswamy generalized Kappa distribution.

References

Nawaz, T., Hussain, S., Ahmad, T., Naz, F., & Abid, M. (2020). Kumaraswamy generalized Kappa distribution with application to stream flow data. Journal of King Saud University-Science, 32(1), 172-182.

MIELKE JR, P. W., & Johnson, E. S. (1973). Three-parameter kappa distribution maximum likelihood estimates and likelihood ratio tests. Monthly Weather Review, 101(9), 701-707.

Examples

Run this code
x<-data_streamflow
summary(x)

Run the code above in your browser using DataLab